Clean up the pre-configured gdkconfig.h.win32
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 28 May 2013 05:04:37 +0000 (13:04 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 28 May 2013 05:04:37 +0000 (13:04 +0800)
The deprecation macros are now defined in gdkversionmacros.h, so remove
them from gdkconfig.h.win32 to avoid macro redefinition warnings.

gdk/gdkconfig.h.win32

index 13022e88eca97646f57856d4eadeb4a158bc84f3..c941eb86a004e77f80bdd38e75d3f32c531b00ec 100644 (file)
 
 G_BEGIN_DECLS
 
-/* These macros are used to mark deprecated functions in GDK and
- * GTK+ headers, and thus have to be exposed in installed headers.
- * But please do *not* use them in other projects. Instead, use
- * G_DEPRECATED or define your own wrappers around it.
- */
-
-#ifdef GDK_DISABLE_DEPRECATION_WARNINGS
-#define GDK_DEPRECATED
-#define GDK_DEPRECATED_FOR(f)
-#else
-#define GDK_DEPRECATED G_DEPRECATED
-#define GDK_DEPRECATED_FOR(f) G_DEPRECATED_FOR(f)
-#endif
 
 #define GDK_WINDOWING_WIN32